google.golang.org/protobuf/internal/impl.pointer.BoolSlice (method)
8 uses
google.golang.org/protobuf/internal/impl (current package)
codec_gen.go#L144: s := *p.BoolSlice()
codec_gen.go#L153: s := *p.BoolSlice()
codec_gen.go#L163: sp := p.BoolSlice()
codec_gen.go#L223: s := *p.BoolSlice()
codec_gen.go#L236: s := *p.BoolSlice()
merge_gen.go#L31: ds := dst.BoolSlice()
merge_gen.go#L32: ss := src.BoolSlice()
pointer_unsafe.go#L90: func (p pointer) BoolSlice() *[]bool { return (*[]bool)(p.p) }
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)